.col > .sub--text {
    font-size: 14px !important;
}

.col > .sub--text > strong{
    font-size: 14px !important;
}

.sub--text {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #787878;
}

.card--box {
    background: #ffffff;
    border: 1px solid rgba(133, 133, 133, 0.5);
    box-sizing: border-box;
    width: 100%;
    max-width: 406px;
    height: 173px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
    margin: 34px;
    margin-left: 0;
}

.card--header {
    width: 100%;
    height: 35px;
    background: #858585;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card--title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.card--body {
    padding: 21px 17px;
    height: 138px;
}
.card--body > div > .card--description {
    font-size: 13px !important;
}
.card--description {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #787878;
    margin: 0;
    margin-left: 14px;
}

.box--blue {
    background-color: #1ba9f9;
    height: 91px;
    width: 124px;
    top: 25px;
    right: 0;
    margin-right: 8px;
    color: #ffffff;
}

.box--blue--header {
    background-color: #1187ca;
}

.box--blue--header > .box--blue--subtext{
    font-size: 10px !important;
}

.box--blue--header > .fz--8{
    font-size: 8px !important;
}

.box--blue--subtext {
    font-family: "Inter";
    font-style: normal;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.btn--download {
    width: 73px;
    height: 16px;
    background: #ffffff;
    border-radius: 3px;
    color: #1ba9f9 !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 10px !important;
    text-decoration: none;
}

.btn--download:hover {
    text-decoration: none;
    color: #1ba9f9 !important;
}